New year new minor fixes#802
Merged
DaFuqs merged 4 commits intoDaFuqs:1.20.1-aria-for-paintersfrom Jan 8, 2026
Merged
Conversation
- Fix Bottom4 of the undergrowth manner missing structure voids
- Fixed broken recipe for turning a pillager head to a memory. *seems like daf forgot about it here*
- Tweaked item renders for Paltaeria resource items (except the fragments) to reflect their unique property better. They will now be visible on blocks from above (by sacrificing regular item orientation). NOTE: This will not work when the item is hidden, modifications will have to be made if this is to be corrected. - As a result of changing the offset, Foxes holding Palaetia resources will now have a heavy offset. This should be fine given the likelihood of this ever occurring is slim to none. (A really old memory of a song from a movie I watched in my childhood came to mind. Kudos to anyone that can pinpoint the reference (lmao)
- Implemented a fix for the oversized dreamflayer render in its ACTIVE state, not working Note: It seems that overrite predicates cannot handle more than one unique predicate being true for some godforsaken reason, moving forward if your going to have a weapon like this with an active state or alternate model, have the oversized model override be INSIDE of the normal overriden model your refrencing Example: Normal Dreamflayer -> model override to Active Dreamflayer -> model override to oversized active Dreamflayer
Owner
Owner
|
I love minor fixes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Fixed mistake on not having structure voids in
bottom4changes to the undergrowth manor (foxes are still vanishing for some reason even though I went the extra mile to clean them up with the effect duplicates being removed) (you'd think using /place template would place the template with the structure voids huh?)Fix a missed broken recipe for making memories of pillagers (daf missed swaping a
tagparamiter to aitemoneAdjusted Palaetia ore, gem, and floatblocks to render upside-down to better compliment their properties and fix visibility issues
Fixed Dreamflayers Oversized render not appearing when in the active state. Recomend moving forwarwd to have the
oversizedpredicate check for a model override be done within the file that the main item model is overriding to (see commit for clarification; thanks mojank :/ )